#423cff

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

Shades of Neon Blue #423CFF

Tints of Neon Blue #423CFF

Color information

#423CFF (or 0x423CFF) is unknown color: approx Neon Blue. HEX triplet: 42, 3C and FF. RGB value is (66,60,255). Sum of RGB (Red+Green+Blue) = 66+60+255=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #423CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CFF is #BDC300. Grayscale: #535353. Windows color (decimal): -12436225 or 16727106. OLE color: 16727106.

HSL color Cylindrical-coordinate representation of color #423CFF: hue angle of 241.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423CFF is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6660255-
CMYK0.740.7600
HSL241.85º100%61.76%-
HSV(B)241.85º76.47%100%-
XYZ21.9111.6195.69-
YUV84.02224.49115.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 255 (100% from 255) = 66.93%
R=17.32%
G=15.75%
B=66.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal66602550.740.7600241.8510061.76
Hex423CFF4A4C00f2643e
Octal102743771121140036214476
Binary1000010111100111111111001010100110000111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423cff; }

 p { color: rgb(66,60,255); }

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

<style>
 a { background-color: #423cff; }

 a { background-color: rgb(66,60,255); }

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

<style>
 span { border-color: #423cff; }

 span { border-color: rgb(66,60,255); }

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