#634CF1

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

Shades of Neon Blue #634CF1

Tints of Neon Blue #634CF1

Color information

#634CF1 (or 0x634CF1) is unknown color: approx Neon Blue. HEX triplet: 63, 4C and F1. RGB value is (99,76,241). Sum of RGB (Red+Green+Blue) = 99+76+241=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #634CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #634CF1 is #9CB30E. Grayscale: #656565. Windows color (decimal): -10269455 or 15813731. OLE color: 15813731.

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

Color convert

RGB9976241-
CMYK0.590.6800.05
HSL248.36º85.49%62.16%-
HSV(B)248.36º68.46%94.51%-
XYZ23.6114.1784.71-
YUV101.69206.62126.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.80%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 241 (94.53% from 255) = 57.93%
R=23.80%
G=18.27%
B=57.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal99762410.590.6800.05248.3685.4962.16
Hex634CF13B4405f8553e
Octal143114361731040537012576
Binary110001110011001111000111101110001000101111110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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