Html Css Color HEX #214AFB Neon Blue

📋 copy color: '#214AFB'

red 33 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #214AFB

Tints of Neon Blue #214AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 251 (98.44% from 255) = 70.11%

R = 9.22%
G = 20.67%
B = 70.11%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#214AFB (or 0x214AFB) is known color: Neon Blue. HEX triplet: 21, 4A and FB. RGB value is (33,74,251). Sum of RGB (Red+Green+Blue) = 33+74+251=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #214AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AFB is #DEB504. Grayscale: #515151. Windows color (decimal): -14595333 or 16468513. OLE color: 16468513.

HSL color Cylindrical-coordinate representation of color #214AFB: hue angle of 228.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214AFB is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 74 251 -
CMYK 0.87 0.71 0 0.02
HSL 228.72º 0.96% 0.56% -
HSV(B) 228.72º 0.87% 0.98% -
XYZ 20.49 12.19 92.54 -
YUV 81.92 223.42 93.11 -
System Red Green Blue C M Y K H S L
Decimal 33 74 251 0.87 0.71 0 0.02 228.72 0.96 0.56
Hex 21 4A FB 57 47 0 2 E5 60 38
Octal 41 112 373 127 107 0 2 345 140 70
Binary 100001 1001010 11111011 1010111 1000111 0 10 11100101 1100000 111000

Color Harmonies of #214AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AFB

Black with #214AFB

Text Example


Text Example

White with #214AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,251); }

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

background-color css

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

 a { background-color: rgb(33,74,251); }

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

border-color css

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

 span { border-color: rgb(33,74,251); }

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