Html Css Color HEX #284CFC Neon Blue

📋 copy color: '#284CFC'

red 40 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #284CFC

Tints of Neon Blue #284CFC

RGB

 RED value IS 40 (16.02% from 255) = 10.87%

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

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

R = 10.87%
G = 20.65%
B = 68.48%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#284CFC (or 0x284CFC) is known color: Neon Blue. HEX triplet: 28, 4C and FC. RGB value is (40,76,252). Sum of RGB (Red+Green+Blue) = 40+76+252=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #284CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CFC is #D7B303. Grayscale: #545454. Windows color (decimal): -14136068 or 16534568. OLE color: 16534568.

HSL color Cylindrical-coordinate representation of color #284CFC: hue angle of 229.81º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284CFC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 76 252 -
CMYK 0.84 0.70 0 0.01
HSL 229.81º 0.97% 0.57% -
HSV(B) 229.81º 0.84% 0.99% -
XYZ 21.03 12.65 93.43 -
YUV 85.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 40 76 252 0.84 0.70 0 0.01 229.81 0.97 0.57
Hex 28 4C FC 54 46 0 1 E6 61 39
Octal 50 114 374 124 106 0 1 346 141 71
Binary 101000 1001100 11111100 1010100 1000110 0 1 11100110 1100001 111001

Color Harmonies of #284CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CFC

Black with #284CFC

Text Example


Text Example

White with #284CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284CFC; }

 p { color: rgb(40,76,252); }

 H1.HeaderClassName
 {
   color: #284CFC;
 }
 .AnyTagClassName
 {
   color: #284CFC;
 }
</style>

background-color css

<style>
 a { background-color: #284CFC; }

 a { background-color: rgb(40,76,252); }

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

border-color css

<style>
 span { border-color: #284CFC; }

 span { border-color: rgb(40,76,252); }

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