#634cef

Color #634CEF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #634CEF

Tints of Neon Blue #634CEF

Color information

#634CEF (or 0x634CEF) is unknown color: approx Neon Blue. HEX triplet: 63, 4C and EF. RGB value is (99,76,239). Sum of RGB (Red+Green+Blue) = 99+76+239=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #634CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #634CEF is #9CB310. Grayscale: #646464. Windows color (decimal): -10269457 or 15682659. OLE color: 15682659.

HSL color Cylindrical-coordinate representation of color #634CEF: hue angle of 248.47º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #634CEF is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9976239-
CMYK0.590.6800.06
HSL248.47º83.59%61.76%-
HSV(B)248.47º68.2%93.73%-
XYZ23.3114.0583.15-
YUV101.46205.62126.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 239 (93.75% from 255) = 57.73%
R=23.91%
G=18.36%
B=57.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal99762390.590.6800.06248.4783.5961.76
Hex634CEF3B4406f8543e
Octal143114357731040637012476
Binary110001110011001110111111101110001000110111110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634cef; }

 p { color: rgb(99,76,239); }

 H1.HeaderClassName
 {
   color: #634cef;
 }
 .AnyTagClassName
 {
   color: #634cef;
 }
</style>
background-color css

<style>
 a { background-color: #634cef; }

 a { background-color: rgb(99,76,239); }

 div.DivClassName
 {
   background-color: #634cef;
 }
 .BgClassName
 {
   background-color: #634cef;
 }
</style>
border-color css

<style>
 span { border-color: #634cef; }

 span { border-color: rgb(99,76,239); }

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