Html Css Color HEX #214EFC Neon Blue

📋 copy color: '#214EFC'

red 33 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #214EFC

Tints of Neon Blue #214EFC

RGB

 RED value IS 33 (13.28% from 255) = 9.09%

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 9.09%
G = 21.49%
B = 69.42%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#214EFC (or 0x214EFC) is known color: Neon Blue. HEX triplet: 21, 4E and FC. RGB value is (33,78,252). Sum of RGB (Red+Green+Blue) = 33+78+252=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #214EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EFC is #DEB103. Grayscale: #535353. Windows color (decimal): -14594308 or 16535073. OLE color: 16535073.

HSL color Cylindrical-coordinate representation of color #214EFC: hue angle of 227.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214EFC is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 78 252 -
CMYK 0.87 0.69 0 0.01
HSL 227.67º 0.97% 0.56% -
HSV(B) 227.67º 0.87% 0.99% -
XYZ 20.92 12.8 93.46 -
YUV 84.38 222.59 91.35 -
System Red Green Blue C M Y K H S L
Decimal 33 78 252 0.87 0.69 0 0.01 227.67 0.97 0.56
Hex 21 4E FC 57 45 0 1 E4 61 38
Octal 41 116 374 127 105 0 1 344 141 70
Binary 100001 1001110 11111100 1010111 1000101 0 1 11100100 1100001 111000

Color Harmonies of #214EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EFC

Black with #214EFC

Text Example


Text Example

White with #214EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214EFC; }

 p { color: rgb(33,78,252); }

 H1.HeaderClassName
 {
   color: #214EFC;
 }
 .AnyTagClassName
 {
   color: #214EFC;
 }
</style>

background-color css

<style>
 a { background-color: #214EFC; }

 a { background-color: rgb(33,78,252); }

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

border-color css

<style>
 span { border-color: #214EFC; }

 span { border-color: rgb(33,78,252); }

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