Html Css Color HEX #2F4EFC Neon Blue

📋 copy color: '#2F4EFC'

red 47 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #2F4EFC

Tints of Neon Blue #2F4EFC

RGB

 RED value IS 47 (18.75% from 255) = 12.47%

 GREEN value IS 78 (30.86% from 255) = 20.69%

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

R = 12.47%
G = 20.69%
B = 66.84%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F4EFC (or 0x2F4EFC) is known color: Neon Blue. HEX triplet: 2F, 4E and FC. RGB value is (47,78,252). Sum of RGB (Red+Green+Blue) = 47+78+252=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F4EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4EFC is #D0B103. Grayscale: #575757. Windows color (decimal): -13676804 or 16535087. OLE color: 16535087.

HSL color Cylindrical-coordinate representation of color #2F4EFC: hue angle of 230.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F4EFC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 78 252 -
CMYK 0.81 0.69 0 0.01
HSL 230.93º 0.97% 0.59% -
HSV(B) 230.93º 0.81% 0.99% -
XYZ 21.47 13.08 93.49 -
YUV 88.57 220.23 98.35 -
System Red Green Blue C M Y K H S L
Decimal 47 78 252 0.81 0.69 0 0.01 230.93 0.97 0.59
Hex 2F 4E FC 51 45 0 1 E7 61 3B
Octal 57 116 374 121 105 0 1 347 141 73
Binary 101111 1001110 11111100 1010001 1000101 0 1 11100111 1100001 111011

Color Harmonies of #2F4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4EFC

Black with #2F4EFC

Text Example


Text Example

White with #2F4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F4EFC; }

 p { color: rgb(47,78,252); }

 H1.HeaderClassName
 {
   color: #2F4EFC;
 }
 .AnyTagClassName
 {
   color: #2F4EFC;
 }
</style>

background-color css

<style>
 a { background-color: #2F4EFC; }

 a { background-color: rgb(47,78,252); }

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

border-color css

<style>
 span { border-color: #2F4EFC; }

 span { border-color: rgb(47,78,252); }

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