Html Css Color HEX #284FFC Neon Blue

📋 copy color: '#284FFC'

red 40 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #284FFC

Tints of Neon Blue #284FFC

RGB

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

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

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

R = 10.78%
G = 21.29%
B = 67.92%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#284FFC (or 0x284FFC) is known color: Neon Blue. HEX triplet: 28, 4F and FC. RGB value is (40,79,252). Sum of RGB (Red+Green+Blue) = 40+79+252=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #284FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284FFC is #D7B003. Grayscale: #565656. Windows color (decimal): -14135300 or 16535336. OLE color: 16535336.

HSL color Cylindrical-coordinate representation of color #284FFC: hue angle of 228.96º 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 #284FFC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 79 252 -
CMYK 0.84 0.69 0 0.01
HSL 228.96º 0.97% 0.57% -
HSV(B) 228.96º 0.84% 0.99% -
XYZ 21.24 13.07 93.5 -
YUV 87.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 40 79 252 0.84 0.69 0 0.01 228.96 0.97 0.57
Hex 28 4F FC 54 45 0 1 E5 61 39
Octal 50 117 374 124 105 0 1 345 141 71
Binary 101000 1001111 11111100 1010100 1000101 0 1 11100101 1100001 111001

Color Harmonies of #284FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FFC

Black with #284FFC

Text Example


Text Example

White with #284FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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