Html Css Color HEX #4F4CED Neon Blue

📋 copy color: '#4F4CED'

red 79 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #4F4CED

Tints of Neon Blue #4F4CED

RGB

 RED value IS 79 (31.25% from 255) = 20.15%

 GREEN value IS 76 (30.08% from 255) = 19.39%

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

R = 20.15%
G = 19.39%
B = 60.46%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F4CED (or 0x4F4CED) is known color: Neon Blue. HEX triplet: 4F, 4C and ED. RGB value is (79,76,237). Sum of RGB (Red+Green+Blue) = 79+76+237=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F4CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F4CED is #B0B312. Grayscale: #5E5E5E. Windows color (decimal): -11580179 or 15551567. OLE color: 15551567.

HSL color Cylindrical-coordinate representation of color #4F4CED: hue angle of 241.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F4CED is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 76 237 -
CMYK 0.67 0.68 0 0.07
HSL 241.12º 0.82% 0.61% -
HSV(B) 241.12º 0.68% 0.93% -
XYZ 21.09 12.95 81.51 -
YUV 95.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 79 76 237 0.67 0.68 0 0.07 241.12 0.82 0.61
Hex 4F 4C ED 43 44 0 7 F1 52 3D
Octal 117 114 355 103 104 0 7 361 122 75
Binary 1001111 1001100 11101101 1000011 1000100 0 111 11110001 1010010 111101

Color Harmonies of #4F4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4CED

Black with #4F4CED

Text Example


Text Example

White with #4F4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F4CED; }

 p { color: rgb(79,76,237); }

 H1.HeaderClassName
 {
   color: #4F4CED;
 }
 .AnyTagClassName
 {
   color: #4F4CED;
 }
</style>

background-color css

<style>
 a { background-color: #4F4CED; }

 a { background-color: rgb(79,76,237); }

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

border-color css

<style>
 span { border-color: #4F4CED; }

 span { border-color: rgb(79,76,237); }

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