Html Css Color HEX #423FEA Neon Blue

📋 copy color: '#423FEA'

red 66 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #423FEA

Tints of Neon Blue #423FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

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

R = 18.18%
G = 17.36%
B = 64.46%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#423FEA (or 0x423FEA) is known color: Neon Blue. HEX triplet: 42, 3F and EA. RGB value is (66,63,234). Sum of RGB (Red+Green+Blue) = 66+63+234=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #423FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FEA is #BDC015. Grayscale: #525252. Windows color (decimal): -12435478 or 15351618. OLE color: 15351618.

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

Color convert

RGB 66 63 234 -
CMYK 0.72 0.73 0 0.08
HSL 241.05º 0.8% 0.58% -
HSV(B) 241.05º 0.73% 0.92% -
XYZ 18.88 10.65 78.9 -
YUV 83.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 66 63 234 0.72 0.73 0 0.08 241.05 0.8 0.58
Hex 42 3F EA 48 49 0 8 F1 50 3A
Octal 102 77 352 110 111 0 10 361 120 72
Binary 1000010 111111 11101010 1001000 1001001 0 1000 11110001 1010000 111010

Color Harmonies of #423FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423FEA

Black with #423FEA

Text Example


Text Example

White with #423FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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