Html Css Color HEX #2F36ED Neon Blue

📋 copy color: '#2F36ED'

red 47 ◦ green 54 ◦ blue 237

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

Shades of Neon Blue #2F36ED

Tints of Neon Blue #2F36ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 13.91%
G = 15.98%
B = 70.12%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F36ED (or 0x2F36ED) is known color: Neon Blue. HEX triplet: 2F, 36 and ED. RGB value is (47,54,237). Sum of RGB (Red+Green+Blue) = 47+54+237=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F36ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F36ED is #D0C912. Grayscale: #484848. Windows color (decimal): -13682963 or 15545903. OLE color: 15545903.

HSL color Cylindrical-coordinate representation of color #2F36ED: hue angle of 237.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F36ED is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 54 237 -
CMYK 0.80 0.77 0 0.07
HSL 237.79º 0.84% 0.56% -
HSV(B) 237.79º 0.8% 0.93% -
XYZ 17.78 9.36 80.99 -
YUV 72.77 220.68 109.62 -
System Red Green Blue C M Y K H S L
Decimal 47 54 237 0.80 0.77 0 0.07 237.79 0.84 0.56
Hex 2F 36 ED 50 4D 0 7 EE 54 38
Octal 57 66 355 120 115 0 7 356 124 70
Binary 101111 110110 11101101 1010000 1001101 0 111 11101110 1010100 111000

Color Harmonies of #2F36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F36ED

Black with #2F36ED

Text Example


Text Example

White with #2F36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,54,237); }

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

background-color css

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

 a { background-color: rgb(47,54,237); }

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

border-color css

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

 span { border-color: rgb(47,54,237); }

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