#3F34FF

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

Shades of Neon Blue #3F34FF

Tints of Neon Blue #3F34FF

Color information

#3F34FF (or 0x3F34FF) is unknown color: approx Neon Blue. HEX triplet: 3F, 34 and FF. RGB value is (63,52,255). Sum of RGB (Red+Green+Blue) = 63+52+255=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F34FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F34FF is #C0CB00. Grayscale: #4D4D4D. Windows color (decimal): -12634881 or 16725055. OLE color: 16725055.

HSL color Cylindrical-coordinate representation of color #3F34FF: hue angle of 243.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F34FF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6352255-
CMYK0.750.8000
HSL243.25º100%60.2%-
HSV(B)243.25º79.61%100%-
XYZ21.3310.7395.56-
YUV78.43227.64116.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 255 (100% from 255) = 68.92%
R=17.03%
G=14.05%
B=68.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63522550.750.8000243.2510060.2
Hex3F34FF4B5000f3643c
Octal77643771131200036314474
Binary111111110100111111111001011101000000111100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F34FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F34FF; }

 p { color: rgb(63,52,255); }

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

<style>
 a { background-color: #3F34FF; }

 a { background-color: rgb(63,52,255); }

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

<style>
 span { border-color: #3F34FF; }

 span { border-color: rgb(63,52,255); }

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