Html Css Color HEX #2F3CED Neon Blue

📋 copy color: '#2F3CED'

red 47 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #2F3CED

Tints of Neon Blue #2F3CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 13.66%
G = 17.44%
B = 68.9%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F3CED (or 0x2F3CED) is known color: Neon Blue. HEX triplet: 2F, 3C and ED. RGB value is (47,60,237). Sum of RGB (Red+Green+Blue) = 47+60+237=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3CED is #D0C312. Grayscale: #4B4B4B. Windows color (decimal): -13681427 or 15547439. OLE color: 15547439.

HSL color Cylindrical-coordinate representation of color #2F3CED: hue angle of 235.89º 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 #2F3CED is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 60 237 -
CMYK 0.80 0.75 0 0.07
HSL 235.89º 0.84% 0.56% -
HSV(B) 235.89º 0.8% 0.93% -
XYZ 18.07 9.95 81.09 -
YUV 76.29 218.69 107.11 -
System Red Green Blue C M Y K H S L
Decimal 47 60 237 0.80 0.75 0 0.07 235.89 0.84 0.56
Hex 2F 3C ED 50 4B 0 7 EC 54 38
Octal 57 74 355 120 113 0 7 354 124 70
Binary 101111 111100 11101101 1010000 1001011 0 111 11101100 1010100 111000

Color Harmonies of #2F3CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CED

Black with #2F3CED

Text Example


Text Example

White with #2F3CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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