#425BFC

Color #425BFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #425BFC

Tints of Neon Blue #425BFC

Color information

#425BFC (or 0x425BFC) is unknown color: approx Neon Blue. HEX triplet: 42, 5B and FC. RGB value is (66,91,252). Sum of RGB (Red+Green+Blue) = 66+91+252=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #425BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BFC is #BDA403. Grayscale: #656565. Windows color (decimal): -12428292 or 16538434. OLE color: 16538434.

HSL color Cylindrical-coordinate representation of color #425BFC: hue angle of 231.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425BFC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6691252-
CMYK0.740.6400.01
HSL231.94º96.88%62.35%-
HSV(B)231.94º73.81%98.82%-
XYZ23.5615.6793.88-
YUV101.88212.72102.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 252 (98.83% from 255) = 61.61%
R=16.14%
G=22.25%
B=61.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66912520.740.6400.01231.9496.8862.35
Hex425BFC4A4001e8613e
Octal1021333741121000135014176
Binary10000101011011111111001001010100000001111010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425BFC; }

 p { color: rgb(66,91,252); }

 H1.HeaderClassName
 {
   color: #425BFC;
 }
 .AnyTagClassName
 {
   color: #425BFC;
 }
</style>
background-color css

<style>
 a { background-color: #425BFC; }

 a { background-color: rgb(66,91,252); }

 div.DivClassName
 {
   background-color: #425BFC;
 }
 .BgClassName
 {
   background-color: #425BFC;
 }
</style>
border-color css

<style>
 span { border-color: #425BFC; }

 span { border-color: rgb(66,91,252); }

 td.TdClassName
 {
   border-color: #425BFC;
 }
 .TagClassName
 {
   border-color: #425BFC;
 }
</style>