#425CFD

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

Shades of Neon Blue #425CFD

Tints of Neon Blue #425CFD

Color information

#425CFD (or 0x425CFD) is unknown color: approx Neon Blue. HEX triplet: 42, 5C and FD. RGB value is (66,92,253). Sum of RGB (Red+Green+Blue) = 66+92+253=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #425CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CFD is #BDA302. Grayscale: #656565. Windows color (decimal): -12428035 or 16604226. OLE color: 16604226.

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

Color convert

RGB6692253-
CMYK0.740.6400.01
HSL231.66º97.91%62.55%-
HSV(B)231.66º73.91%99.22%-
XYZ23.815.994.74-
YUV102.58212.89101.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 253 (99.22% from 255) = 61.56%
R=16.06%
G=22.38%
B=61.56%

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
Decimal66922530.740.6400.01231.6697.9162.55
Hex425CFD4A4001e8623f
Octal1021343751121000135014277
Binary10000101011100111111011001010100000001111010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,253); }

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

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

 a { background-color: rgb(66,92,253); }

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

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

 span { border-color: rgb(66,92,253); }

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