Html Css Color HEX #214FFA Neon Blue

📋 copy color: '#214FFA'

red 33 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #214FFA

Tints of Neon Blue #214FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.82%

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 9.12%
G = 21.82%
B = 69.06%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#214FFA (or 0x214FFA) is known color: Neon Blue. HEX triplet: 21, 4F and FA. RGB value is (33,79,250). Sum of RGB (Red+Green+Blue) = 33+79+250=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #214FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FFA is #DEB005. Grayscale: #545454. Windows color (decimal): -14594054 or 16404257. OLE color: 16404257.

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

Color convert

RGB 33 79 250 -
CMYK 0.87 0.68 0 0.02
HSL 227.28º 0.96% 0.55% -
HSV(B) 227.28º 0.87% 0.98% -
XYZ 20.68 12.82 91.83 -
YUV 84.74 221.26 91.1 -
System Red Green Blue C M Y K H S L
Decimal 33 79 250 0.87 0.68 0 0.02 227.28 0.96 0.55
Hex 21 4F FA 57 44 0 2 E3 60 37
Octal 41 117 372 127 104 0 2 343 140 67
Binary 100001 1001111 11111010 1010111 1000100 0 10 11100011 1100000 110111

Color Harmonies of #214FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FFA

Black with #214FFA

Text Example


Text Example

White with #214FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,79,250); }

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

background-color css

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

 a { background-color: rgb(33,79,250); }

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

border-color css

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

 span { border-color: rgb(33,79,250); }

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