Html Css Color HEX #214CFA Neon Blue

📋 copy color: '#214CFA'

red 33 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #214CFA

Tints of Neon Blue #214CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 9.19%
G = 21.17%
B = 69.64%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#214CFA (or 0x214CFA) is known color: Neon Blue. HEX triplet: 21, 4C and FA. RGB value is (33,76,250). Sum of RGB (Red+Green+Blue) = 33+76+250=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #214CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CFA is #DEB305. Grayscale: #525252. Windows color (decimal): -14594822 or 16403489. OLE color: 16403489.

HSL color Cylindrical-coordinate representation of color #214CFA: hue angle of 228.11º 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 #214CFA is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 76 250 -
CMYK 0.87 0.70 0 0.02
HSL 228.11º 0.96% 0.55% -
HSV(B) 228.11º 0.87% 0.98% -
XYZ 20.47 12.39 91.76 -
YUV 82.98 222.25 92.35 -
System Red Green Blue C M Y K H S L
Decimal 33 76 250 0.87 0.70 0 0.02 228.11 0.96 0.55
Hex 21 4C FA 57 46 0 2 E4 60 37
Octal 41 114 372 127 106 0 2 344 140 67
Binary 100001 1001100 11111010 1010111 1000110 0 10 11100100 1100000 110111

Color Harmonies of #214CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CFA

Black with #214CFA

Text Example


Text Example

White with #214CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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