Html Css Color HEX #2F3EFE Neon Blue

📋 copy color: '#2F3EFE'

red 47 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #2F3EFE

Tints of Neon Blue #2F3EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 12.95%
G = 17.08%
B = 69.97%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F3EFE (or 0x2F3EFE) is known color: Neon Blue. HEX triplet: 2F, 3E and FE. RGB value is (47,62,254). Sum of RGB (Red+Green+Blue) = 47+62+254=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3EFE is #D0C101. Grayscale: #4E4E4E. Windows color (decimal): -13680898 or 16662063. OLE color: 16662063.

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

Color convert

RGB 47 62 254 -
CMYK 0.81 0.76 0 0.00
HSL 235.65º 0.99% 0.59% -
HSV(B) 235.65º 0.81% 1% -
XYZ 20.78 11.21 94.83 -
YUV 79.4 226.53 104.89 -
System Red Green Blue C M Y K H S L
Decimal 47 62 254 0.81 0.76 0 0.00 235.65 0.99 0.59
Hex 2F 3E FE 51 4C 0 0 EC 63 3B
Octal 57 76 376 121 114 0 0 354 143 73
Binary 101111 111110 11111110 1010001 1001100 0 0 11101100 1100011 111011

Color Harmonies of #2F3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3EFE

Black with #2F3EFE

Text Example


Text Example

White with #2F3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,62,254); }

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

background-color css

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

 a { background-color: rgb(47,62,254); }

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

border-color css

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

 span { border-color: rgb(47,62,254); }

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