Html Css Color HEX #423BEA Neon Blue

📋 copy color: '#423BEA'

red 66 ◦ green 59 ◦ blue 234

#423BEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #423BEA

Tints of Neon Blue #423BEA

RGB

 RED value IS 66 (26.17% from 255) = 18.38%

 GREEN value IS 59 (23.44% from 255) = 16.43%

 BLUE value IS 234 (91.8% from 255) = 65.18%

R = 18.38%
G = 16.43%
B = 65.18%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#423BEA (or 0x423BEA) is known color: Neon Blue. HEX triplet: 42, 3B and EA. RGB value is (66,59,234). Sum of RGB (Red+Green+Blue) = 66+59+234=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #423BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BEA is #BDC415. Grayscale: #505050. Windows color (decimal): -12436502 or 15350594. OLE color: 15350594.

HSL color Cylindrical-coordinate representation of color #423BEA: hue angle of 242.4º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423BEA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 59 234 -
CMYK 0.72 0.75 0 0.08
HSL 242.4º 0.81% 0.57% -
HSV(B) 242.4º 0.75% 0.92% -
XYZ 18.66 10.23 78.83 -
YUV 81.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 66 59 234 0.72 0.75 0 0.08 242.4 0.81 0.57
Hex 42 3B EA 48 4B 0 8 F2 51 39
Octal 102 73 352 110 113 0 10 362 121 71
Binary 1000010 111011 11101010 1001000 1001011 0 1000 11110010 1010001 111001

Color Harmonies of #423BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423BEA

Black with #423BEA

Text Example


Text Example

White with #423BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,59,234); }

 H1.HeaderClassName
 {
   color: #423BEA;
 }
 .AnyTagClassName
 {
   color: #423BEA;
 }
</style>

background-color css

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

 a { background-color: rgb(66,59,234); }

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

border-color css

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

 span { border-color: rgb(66,59,234); }

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